func crypto/internal/entropy/v1.0.0.bePutUint64
9 uses
crypto/internal/entropy/v1.0.0 (current package)
sha384.go#L39: bePutUint64(padlen[112+8:], 1024*8)
sha384.go#L67: bePutUint64(finalBlock[112+8:], bitLen)
sha384.go#L75: bePutUint64(digest[0:], h[0])
sha384.go#L76: bePutUint64(digest[8:], h[1])
sha384.go#L77: bePutUint64(digest[16:], h[2])
sha384.go#L78: bePutUint64(digest[24:], h[3])
sha384.go#L79: bePutUint64(digest[32:], h[4])
sha384.go#L80: bePutUint64(digest[40:], h[5])
sha384.go#L216: func bePutUint64(b []byte, v uint64) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |